export declare const configFilenameToBotName: (configFilename: string) => string | undefined;
export declare const botNameToConfigFilename: (botName: string) => string;
