export declare const WORKFLOW_MCP_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;
