export declare class Raw {
    readonly text: string;
    constructor(text: string);
}
export declare const raw: (text: string) => Raw;
export default raw;
export declare const test: (val: any) => boolean;
export declare const print: (raw: Raw) => string;
//# sourceMappingURL=raw.d.ts.map