import { SwcExecutorOptions } from '../schema';
export declare function getSwcrcPath(options: SwcExecutorOptions, contextRoot: string, projectRoot: string): {
    swcrcPath: string;
    tmpSwcrcPath: string;
};
