/** * Throws an error with an `unimplemented` message */ export declare function unimplemented(): never; /** * @ignore */ export declare function padNoAnsi(str: string, length: number, place: 'end' | 'start'): string;