export declare const createServerReference: (id: string, name: string, method?: "GET" | "POST", source?: "action" | "query") => Function;
