export declare const WORKFLOW_MCP_TRIGGER_SCOPES: string[];
export declare const FORM_TRIGGER_SCOPES: string[];
export declare const WEBHOOK_TRIGGER_SCOPES: string[];
export declare function trimTrailingSlash(path: string): string;
export declare function trimSlashes(path: string): string;
export declare function resourceUrlToWebhookPath(resourceUrl: string, webhookBaseUrl: string): string | undefined;
export declare function webhookResourcePath(webhookPath: string, webhookId?: string): string;
export declare function methodQueryString(method: string): string;
export declare function parseMethodParam(value: string | null | undefined): string | undefined;
