import * as types from './types';
export declare function toManifestImage(filePath: string, urlPath: string, options?: {
    size?: boolean;
}): Promise<types.IManifestImage | undefined>;
