export declare const loadMediaPipe: (options?: {
    basePath?: string;
    modelPath?: string;
}) => Promise<ArrayBuffer>;
