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