export declare const last: (xs: any) => any; export declare function snake_toCamel(str: string): string; export declare function camelTo_snake(str: string): string; export declare function showingResourceName(resourceWithNameSpace: any): any; export declare function listingResourceName(resourceWithNameSpace: any): any; export declare function editingResourceName(resourceWithNameSpace: any): string; export declare function initializingResourceName(resourceWithNameSpace: any): string; export declare function createActionName(resourceWithNameSpace: any, action: any): string;