export declare const BASE_URL = "https://api.chatwork.com/v2";
export declare const CREDENTIAL: {
    TYPE: string;
    PROPERTY_NAME: string;
};
