/** * ============================================================================ * FRAMEWORK-AGNOSTIC ROUTE HANDLER UTILITIES * ============================================================================ * * Utility functions for route handlers. * Types are in @plyaz/types/core - import them directly from there. */ /** * Get the default success message for an HTTP method */ export declare function getSuccessMessage(method: string, customMessage?: string | ((m: string) => string)): string; //# sourceMappingURL=route-handler.d.ts.map