export declare const assertAnswerCtrlC: (answer: null | undefined | '' | string, message?: string) => asserts answer is NonNullable<string>;
