export declare const source: ({ spkgPath, spkgModule }: {
    spkgPath?: string;
    spkgModule?: string;
}) => string;
export declare const mapping: () => string;
