export declare function scanForImages(baseDir: string, extensions?: string[], ignore?: string[]): Promise<string[]>;
