export declare class FTableURLS {
    FTTABLE: string;
    GET: string;
    PUT: string;
    DELETE: string;
}
