interface ReadFilesResult {
    configuratorPath?: string;
    executorPath: string;
}
export declare function readConfiguratorAndExecutor(dist: string): Promise<ReadFilesResult>;
export {};
//# sourceMappingURL=index.d.ts.map