export declare const hashConfig: ({ config }: {
    config: any;
}) => {
    assetType: string;
    body: string;
    hash: string;
    normalizedPath: string;
};
export declare const serializeToml: (object: any) => string;
//# sourceMappingURL=hash-config.d.ts.map