declare function casex(args: {
    text: string;
    pattern: string;
    delimiters?: string;
}): string;

export { casex };
