export declare const indentation: {
    test: string;
    stdio: string;
    hasDescribe: boolean;
    hasItOrTest: boolean;
};
