import { Target } from '@sasjs/utils';
export declare function checkCompileStatus(target: Target, exceptions?: string[]): Promise<{
    compiled: boolean;
    message: string;
}>;
