export declare const executeCompile: (options: {
    sourceDirectory: string;
    distributionDirectory: string;
}) => Promise<void>;
