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