export declare function addContactCommand(number: string): Promise<void>;
export declare function contactsCommand(): Promise<void>;
