/** * This file exposes the transpile function in the sqss package * Other projects can import the transpile function from here */ export declare function transpileSQSSToCSS(sqss: string): string;