export declare const removeHttpVerbs: (text: string) => string; export declare const startWithHttpVerb: (text: string) => boolean; export declare const getMethodName: (text: string) => string | undefined; export declare const methodNameBuilder: (verb: string) => string;