export declare class TodoApiClientFactory {
    static create(dest: string): void;
}
