import { Target } from '@sasjs/utils';
export declare function getDeployScripts(target: Target): Promise<string[]>;
