import { ASFFileProps } from "./ASFFileProps";
export declare const getASFProps: (file: File) => Promise<ASFFileProps | null>;
