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