export type FileIntrospectionProps = { defaultLocale: string; }; export declare function introspectFiles(props?: FileIntrospectionProps): Promise;